home *** CD-ROM | disk | FTP | other *** search
/ Compton's Interactive Encyclopedia 6 / Compton's Interactive Encyclopedia (Version 6.0)(Windows)(CIE844EE-CD)(1997).ISO / win32 / cie.att < prev    next >
Text File  |  1997-08-07  |  27KB  |  816 lines

  1. ;;;  CIE98 Attribute database file -- updated July 8, 1997 for CIE98
  2. ;;;
  3. ;;;  This file is used to specify:
  4. ;;;        rollover tool tip text
  5. ;;;                          button audio help
  6. ;;;        button context sensitive text help
  7. ;;;        viewer pane audio help
  8. ;;;        button click sounds (specific and generic)
  9. ;;;
  10. ;;;  Some mumbo jumbo from Kris K. from CIE96:
  11. ;;;      The RegEx describing this file is:
  12. ;;;      {[PathToken][\.\*]}*[Attribute] : [^\n]*
  13. ;;;      Spaces :
  14. ;;;           1. Between path token (path1.   path2) are stripped out.
  15. ;;;           2. Inside a path token is maintained.
  16. ;;;
  17. ;;;  Syntax:
  18. ;;;
  19. ;;;    audio help: (not used in CIE98)
  20. ;;;
  21. ;;;        generic control button:
  22. ;;;            [button bitmap name].HelpAudio: [help audio .wav file]
  23. ;;;                    or
  24. ;;;            [pane name]*[button bitmap name].HelpAudio: [help audio .wav file]
  25. ;;;
  26. ;;;        path bar button:
  27. ;;;            ZPathBar.[module name].HelpAudio: [help audio .wav file]
  28. ;;;        menu bar button:
  29. ;;;            ZMenuBar.[button bitmap name].HelpAudio: [help audio .wav file]
  30. ;;;        viewer pane / window
  31. ;;;            [pane name]*.HelpAudio: [help audio .wav file] ???????
  32. ;;;
  33. ;;;    rollover tool tip text:
  34. ;;;
  35. ;;;        generic control button:
  36. ;;;            [button bitmap name].HelpText: [rollover text]
  37. ;;;                    or
  38. ;;;            [pane name]*[button bitmap name].HelpText: [rollover text]
  39. ;;;
  40. ;;;        path bar button:
  41. ;;;            ZPathBar.[module name].HelpText: [rollover text]
  42. ;;;        menu bar button:
  43. ;;;            ZMenuBar.[button bitmap name].HelpText: [rollover text]
  44. ;;;        viewer pane / window
  45. ;;;            [pane name]*.HelpText: [rollover text] ???????
  46. ;;;
  47. ;;;
  48. ;;;    context sensitive text help
  49. ;;;
  50. ;;;        generic control button:                                    ????
  51. ;;;            [button bitmap name].HelpTopic: [.hlp file header]
  52. ;;;                    or
  53. ;;;            [pane name]*[button bitmap name].HelpTopic: [.hlp file header]
  54. ;;;
  55. ;;;        path bar button: ????
  56. ;;;            ZPathBar.[module name].HelpTopic: [.hlp file header]
  57. ;;;        menu bar button:     ????
  58. ;;;            ZMenuBar.[button bitmap name].HelpTopic: [.hlp file header]
  59. ;;;        viewer pane / window
  60. ;;;            [pane name]*.HelpTopic: [.hlp file header]
  61. ;;;
  62. ;;;    button click sounds
  63. ;;;
  64. ;;;        default button click on mousedown:
  65. ;;;            ClickSound: [.wav file]
  66. ;;;
  67. ;;;        default button click on mouseup:
  68. ;;;            Sound: [.wav file]
  69. ;;;
  70. ;;;        specific button click on mouseup:
  71. ;;;            ZPathBar.[module name].Sound: [.wav file]
  72. ;;;
  73. ;;;        group button click on mouseup:
  74. ;;;            ZMenuBar*Sound: [.wav file]
  75. ;;;
  76.  
  77. ;        *****************
  78. ;        DEFAULT BEHAVIORS
  79. ;        *****************
  80. ClickSound:             clkinit.wav!
  81. Sound:                  clkother.wav!
  82.  
  83. ;        ****************
  84. ;        PATH BAR BUTTONS
  85. ;        ****************
  86.  
  87. ;        Find button
  88. ZPathBar.find.HintText:         Find items in Compton's
  89. ZPathBar.find.HelpTopic:         Find
  90. ZPathBar.find.Sound:        find.wav
  91.  
  92. ;        Backtrack
  93. ZPathBar.backtrk.HintText:     Go back to the last place you visited in Compton's
  94. ZPathBar.backtrk.HelpTopic:     Command Buttons
  95. ZPathBar.backtrk.Sound:        back.wav
  96.  
  97.  
  98. ;        Atlas
  99. ZPathBar.atlas.HintText:        Find a location on the globe using the interactive atlas
  100. ZPathBar.atlas.HelpTopic:       Atlas
  101. ZPathBar.atlas.Sound:        atlas.wav
  102.  
  103. ;        Timeline
  104. ZPathBar.timeline.HintText:     View timelines of events in U.S. and world history
  105. ZPathBar.timeline.HelpTopic:     Timeline
  106. ZPathBar.timeline.Sound:        timeline.wav
  107.  
  108. ;         Internet 
  109. ZPathBar.online.HintText:     Get information from the Internet
  110. ZPathBar.online.HelpTopic:     Internet
  111. ZPathBar.online.Sound:        online.wav
  112.  
  113. ;         Special
  114. ZPathBar.special.HintText:     Select from a variety of special features
  115. ZPathBar.special.HelpTopic:     Special
  116. ZPathBar.special.Sound:        special.wav
  117.  
  118. ;         Tools
  119. ZPathBar.tools.HintText:         Select research tools
  120. ZPathBar.tools.HelpTopic:     Tools
  121. ZPathBar.tools.Sound:        tools.wav
  122.  
  123. ;         Print
  124. ZPathBar.Print.HintText:         Select an item to print
  125. ZPathBar.Print.HelpTopic:     Print
  126. ZPathBar.Print.Sound:        print.wav
  127.  
  128. ;         Help
  129. ZPathBar.help.HintText:         Get tips on using Compton's
  130. ZPathBar.help.HelpTopic:     Help
  131. ZPathBar.help.Sound:        help.wav
  132.  
  133. ;        Exit
  134. ZPathBar.exit.HintText:         Exit Compton's
  135. ZPathBar.exit.HelpTopic:         Command Buttons
  136. ZPathBar.exit.Sound:        exit.wav
  137.  
  138.  
  139. ;        ************
  140. ;         MENU ITEMS
  141. ;        ************
  142.  
  143. ;    ****
  144. ;    FIND
  145. ;    ****
  146.  
  147. ;        List of Contents A-Z
  148. ZMenuBar.findtitl.HintText:     Find a title in the alphabetical list of contents
  149. ZMenuBar.findtitl.HelpTopic:     List of Contents A-Z
  150. ZMenuBar.findtitl.Sound:        sub1.wav
  151.  
  152. ;        Word Search
  153. ZMenuBar.findword.HintText:     Search for specific words or phrases
  154. ZMenuBar.findword.HelpTopic:     Word Search
  155. ZMenuBar.findword.Sound:    sub1.wav
  156.  
  157. ;        Topic Tree
  158. ZMenuBar.topictre.HintText:     Take a broad research topic and narrow it to specific articles
  159. ZMenuBar.topictre.HelpTopic:     Topic Tree
  160. ZMenuBar.topictre.Sound:    sub1.wav
  161.  
  162. ;         Bookmark List
  163. ZMenuBar.bkmklist.HintText:     View and organize the list of items you've bookmarked
  164. ZMenuBar.bkmklist.HelpTopic:     Bookmark List
  165. ZMenuBar.bkmklist.Sound:    sub1.wav
  166.  
  167. ;        Previous Items (Research History)
  168. ZMenuBar.rsrchist.HintText:     View the list of places you've visited in Compton's
  169. ZMenuBar.rsrchist.HelpTopic:     Previous Items
  170. ZMenuBar.rsrchist.Sound:        sub1.wav
  171.  
  172. ;    ******
  173. ;    TOOLS
  174. ;    ******
  175.  
  176. ;        Dictionary/Thesaurus
  177. ZMenuBar.dictthes.HintText:     Look up words in the dictionary and thesaurus
  178. ZMenuBar.dictthes.HelpTopic:     Dictionary
  179. ZMenuBar.dictthes.Sound:    sub2.wav
  180.  
  181. ;         Word Processor
  182. ZMenuBar.notebook.HintText:     Activate your word processor to create reports
  183. ZMenuBar.notebook.HelpTopic:     Word Processor
  184. ZMenuBar.notebook.Sound:    sub2.wav
  185.  
  186. ;         Notebook
  187. ZMenuBar.journal.HintText:     Activate your notebook to take notes
  188. ZMenuBar.journal.HelpTopic:     Notebook
  189.  
  190. ;        Make Shortcut
  191. ZMenuBar.shrtcut.HintText:        Save your place in Compton's on the Windows desktop
  192. ZMenuBar.shrtcut.HelpTopic:     Make Shortcut
  193. ZMenuBar.shrtcut.Sound:        sub2.wav
  194.  
  195. ;        Change Layout (Views)
  196. ZMenuBar.views.HintText:        Change the arrangement of the viewers on the screen
  197. ZMenuBar.views.HelpTopic:     Command Buttons
  198. ZMenuBar.views.Sound:        sub2.wav
  199.  
  200. ;    ********
  201. ;    INTERNET
  202. ;    ********
  203.  
  204. ;        Monthly Updater
  205. ZMenuBar.updater.HintText:     Get monthly encyclopedia updates
  206. ZMenuBar.updater.HelpTopic:     Monthly Updater
  207. ZMenuBar.updater.Sound:        sub3.wav
  208.  
  209. ;        Internet Directory
  210. ZMenuBar.webindex.HintText:     Explore an index of selected Web sites
  211. ZMenuBar.webindex.HelpTopic:     Internet Directory
  212. ZMenuBar.webindex.Sound:    sub3.wav
  213.  
  214. ;        Ask the Librarian
  215. ZMenuBar.cyberlib.HintText:     Get research help from Compton's librarians
  216. ZMenuBar.cyberlib.HelpTopic:     Ask the Librarian
  217. ZMenuBar.cyberlib.Sound:    sub3.wav
  218.  
  219. ;        Neighborhood Resources
  220. ZMenuBar.localres.HintText:     Find resources close to your home
  221. ZMenuBar.localres.HelpTopic:     Neighborhood Resources
  222. ZMenuBar.localres.Sound:    sub3.wav
  223.  
  224. ;        Electric Library
  225. ZMenuBar.electric.HintText:     Explore online news resources
  226. ZMenuBar.electric.HelpTopic:     Electric Library
  227. ZMenuBar.electric.Sound:        sub3.wav
  228.  
  229. ;        Comptons 
  230. ZMenuBar.comptons.HintText:     Visit the Compton's Web site
  231. ZMenuBar.comptons.HelpTopic:     Comptons
  232. ZMenuBar.comptons.Sound:    sub3.wav
  233.  
  234. ;    ********
  235. ;    SPECIAL
  236. ;    ********
  237.  
  238. ;        Explore
  239. ZMenuBar.explrsch.HintText:     Explore four exciting 3D environments
  240. ZMenuBar.explrsch.HelpTopic:     Explore Environments
  241. ZMenuBar.Explrsch.Sound:    sub4.wav
  242.  
  243. ;        ShowMaker
  244. ZMenuBar.editroom.HintText:     Create your own multimedia presentations
  245. ZMenuBar.editroom.HelpTopic:     ShowMaker
  246. ZMenuBar.editroom.Sound:    sub4.wav
  247.  
  248. ;        Planetarium
  249. ZMenuBar.astromap.HintText:     Observe the night sky and discover other worlds
  250. ZMenuBar.astromap.HelpTopic:     Planetarium
  251. ZMenuBar.astromap.Sound:      sub4.wav
  252.  
  253. ;         Star Quest Game
  254. ZMenuBar.strquest.HintText:    Become a celestial photographer in search of the universe's hidden beauty
  255. ZMenuBar.strquest.HelpTopic:    Star Quest Game
  256. ZMenuBar.strquest.Sound:      sub4.wav
  257.  
  258. ;        Recent Events
  259. ZMenuBar.eventhis.HintText:     See images and summaries of key events of 1996 and 1997.
  260. ZMenuBar.eventhis.HelpTopic:     Recent Events
  261. ZMenuBar.eventhis.Sound:      sub4.wav
  262.  
  263. ;        On This Date
  264. ZMenuBar.ThisDate.HintText:     See historical events and famous birthdays for any given date
  265. ZMenuBar.thisdate.HelpTopic:     On This D